From b2954b17bacfbd7599f7092e79f21b15de5f8143 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Sun, 1 Jan 2017 22:04:42 +0100 Subject: [PATCH] Fix skytraq default values Taken from upstream Closes: #846945 Thanks: Jeroen N. Witmond --- debian/patches/fix-skytraq-new-location | 16 ++++++++++++++++ debian/patches/series | 1 + 2 files changed, 17 insertions(+) create mode 100644 debian/patches/fix-skytraq-new-location diff --git a/debian/patches/fix-skytraq-new-location b/debian/patches/fix-skytraq-new-location new file mode 100644 index 000000000..5bb27e732 --- /dev/null +++ b/debian/patches/fix-skytraq-new-location @@ -0,0 +1,16 @@ +--- a/skytraq.cc ++++ b/skytraq.cc +@@ -78,11 +78,11 @@ arglist_t skytraq_args[] = { + }, + { + "targetlocation", &opt_set_location, "Set location finder target location as lat,lng", +- "", ARGTYPE_STRING, "", "" ++ NULL, ARGTYPE_STRING, "", "" + }, + { + "configlog", &opt_configure_logging, "Configure logging parameter as tmin:tmax:dmin:dmax", +- "", ARGTYPE_STRING, "", "" ++ NULL, ARGTYPE_STRING, "", "" + }, + { + "baud", &opt_dlbaud, "Baud rate used for download", diff --git a/debian/patches/series b/debian/patches/series index 4c729dc7e..c4f2078af 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -4,3 +4,4 @@ gpsbabelfe_do-not-check-for-newer-version htmldoc-location gpsbabelfe-name use_minizip +fix-skytraq-new-location -- 2.30.2